home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / F / FilmPro.cpt / Locations / background_2572.txt < prev    next >
Encoding:
Text File  |  1988-04-17  |  20.2 KB  |  954 lines

  1. -- background: 2572 from stack: in
  2. -- bmap block id: 4064
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Locations Background
  6. ----- HyperTalk script -----
  7. on opencard
  8.   tabkey
  9. end opencard
  10.  
  11. on closestack
  12.   if the freesize of this stack > 0.15 * the size of this stack then
  13.     set cursor to 4
  14.     domenu "compact stack"
  15.   end if
  16. end closestack
  17.  
  18.  
  19.  
  20.  
  21. -- part 1 (button)
  22. -- low flags: 00
  23. -- high flags: 0000
  24. -- rect: left=254 top=25 right=58 bottom=298
  25. -- title width / last selected line: 0
  26. -- icon id / first selected line: 0 / 0
  27. -- text alignment: 1
  28. -- font id: 0
  29. -- text size: 12
  30. -- style flags: 0
  31. -- line height: 16
  32. -- part name: Keywords
  33. ----- HyperTalk script -----
  34. on mouseUp
  35.   play "harpsichord"
  36.   show background field "hidden keywords"
  37.   answer "New Keywords will replace old ones" with "Cancel" or "Okay"
  38.   if it is "okay" then
  39.     ask "Enter Keywords for Location"
  40.     put it into background field "hidden keywords"
  41.   end if
  42.   hide background field "hidden keywords"
  43.  
  44.  
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 2 (button)
  50. -- low flags: 00
  51. -- high flags: 0000
  52. -- rect: left=305 top=27 right=56 bottom=335
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 8538 / 8538
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: find
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   play harpsichord
  64.   domenu "find..."
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 3 (button)
  70. -- low flags: 00
  71. -- high flags: 0000
  72. -- rect: left=347 top=26 right=57 bottom=382
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 20186 / 20186
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Sort
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   play "harpsichord"
  84.   answer "Sort all cards according to:" with "Location" or  "Date" or "Cancel"
  85.   if it is "Location"
  86.   then sort by first word of first line of field 7
  87. else if it is "Date"
  88. then sort datetime by first word in field 3
  89.  
  90.  
  91.  
  92. end mouseUp
  93.  
  94.  
  95.  
  96. -- part 4 (button)
  97. -- low flags: 00
  98. -- high flags: 0003
  99. -- rect: left=431 top=29 right=56 bottom=460
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 10610 / 10610
  102. -- text alignment: 1
  103. -- font id: 0
  104. -- text size: 12
  105. -- style flags: 0
  106. -- line height: 16
  107. -- part name: Dial
  108. ----- HyperTalk script -----
  109. on mouseUp
  110.   dial line one of field "phone" with modem "ATDT"
  111.  
  112. end mouseUp
  113.  
  114.  
  115.  
  116. -- part 5 (button)
  117. -- low flags: 00
  118. -- high flags: 2000
  119. -- rect: left=245 top=311 right=334 bottom=271
  120. -- title width / last selected line: 0
  121. -- icon id / first selected line: 1014 / 1014
  122. -- text alignment: 1
  123. -- font id: 0
  124. -- text size: 12
  125. -- style flags: 0
  126. -- line height: 16
  127. -- part name: Prev
  128. ----- HyperTalk script -----
  129. on mouseUp
  130.   visual effect scroll right fast to black
  131.   visual effect scroll right fast
  132.   go to prev card
  133. end mouseUp
  134.  
  135.  
  136.  
  137. -- part 6 (button)
  138. -- low flags: 00
  139. -- high flags: 2000
  140. -- rect: left=277 top=311 right=334 bottom=302
  141. -- title width / last selected line: 0
  142. -- icon id / first selected line: 1013 / 1013
  143. -- text alignment: 1
  144. -- font id: 0
  145. -- text size: 12
  146. -- style flags: 0
  147. -- line height: 16
  148. -- part name: Next
  149. ----- HyperTalk script -----
  150. on mouseUp
  151.   visual effect scroll left fast to black
  152.   visual effect scroll left fast
  153.   go to next card
  154. end mouseUp
  155.  
  156.  
  157.  
  158. -- part 7 (button)
  159. -- low flags: 00
  160. -- high flags: 2000
  161. -- rect: left=212 top=28 right=56 bottom=246
  162. -- title width / last selected line: 0
  163. -- icon id / first selected line: 32462 / 32462
  164. -- text alignment: 1
  165. -- font id: 0
  166. -- text size: 12
  167. -- style flags: 0
  168. -- line height: 16
  169. -- part name: Button Help 
  170. ----- HyperTalk script -----
  171.  
  172. on mouseup
  173.   push this card
  174.   set cursor to 4
  175.   visual effect barn door open
  176.   go to stack "FilmPro Help"
  177. end mouseup
  178.  
  179.  
  180.  
  181.  
  182. -- part 9 (button)
  183. -- low flags: 00
  184. -- high flags: 0000
  185. -- rect: left=466 top=25 right=58 bottom=505
  186. -- title width / last selected line: 0
  187. -- icon id / first selected line: 1007 / 1007
  188. -- text alignment: 1
  189. -- font id: 0
  190. -- text size: 12
  191. -- style flags: 0
  192. -- line height: 16
  193. -- part name: Print
  194. ----- HyperTalk script -----
  195. on mouseUp
  196.   play harpsichord
  197.   answer "Proceed with Printing?" with "This Card" or "This Stack" or "Cancel"
  198.   if it is "This Card" then
  199.     ask "Name of Production Company or Unit"
  200.     if it is empty then exit mouseup
  201.     else if it is not empty then
  202.       put it into bkgnd field "print title"
  203.       set lockscreen to true
  204.       set cursor to 4
  205.       hide bkgnd button "print card"
  206.       show bkgnd field "fix screen"
  207.       show bkgnd field "hide left"
  208.       show bkgnd field "hide top"
  209.       show bkgnd field "hide right"
  210.       show bkgnd field "hide bottom"
  211.       hide bkgnd button "return"
  212.       hide bkgnd button "prev"
  213.       hide bkgnd button "next"
  214.       show bkgnd field "print title"
  215.       domenu "print card"
  216.       hide bkgnd field "fix screen"
  217.       hide bkgnd field "hide left"
  218.       hide bkgnd field "hide top"
  219.       hide bkgnd field "hide right"
  220.       hide bkgnd field "hide bottom"
  221.       show bkgnd button "return"
  222.       show bkgnd button "prev"
  223.       show bkgnd button "next"
  224.       hide bkgnd field "print title"
  225.       show bkgnd button "print card"
  226.       put empty into bkgnd field "print title"
  227.       set lockscreen to false
  228.     else if it is "This Stack" then domenu "Print stack..."
  229.   end if
  230.  
  231.  
  232. end mouseUp
  233.  
  234.  
  235.  
  236. -- part 11 (button)
  237. -- low flags: 00
  238. -- high flags: 2000
  239. -- rect: left=2 top=215 right=255 bottom=40
  240. -- title width / last selected line: 65535
  241. -- icon id / first selected line: -15743 / 49793
  242. -- text alignment: 1
  243. -- font id: 0
  244. -- text size: 12
  245. -- style flags: 0
  246. -- line height: 16
  247. -- part name: Crews Stack Button
  248. ----- HyperTalk script -----
  249. on mouseUp
  250.   set cursor to 4
  251.   push this card
  252.   visual effect dissolve to white
  253.   visual effect dissolve
  254.   go to stack crews
  255. end mouseUp
  256.  
  257.  
  258.  
  259.  
  260. -- part 12 (button)
  261. -- low flags: 00
  262. -- high flags: 0000
  263. -- rect: left=0 top=260 right=295 bottom=43
  264. -- title width / last selected line: 0
  265. -- icon id / first selected line: 9761 / 9761
  266. -- text alignment: 1
  267. -- font id: 0
  268. -- text size: 12
  269. -- style flags: 0
  270. -- line height: 16
  271. -- part name: Locations Stack Button
  272. ----- HyperTalk script -----
  273. on mouseUp
  274.   beep
  275.   answer "You are already in the Locations Stack."
  276. end mouseUp
  277.  
  278.  
  279.  
  280.  
  281. -- part 13 (button)
  282. -- low flags: 00
  283. -- high flags: 2000
  284. -- rect: left=1 top=61 right=98 bottom=43
  285. -- title width / last selected line: 0
  286. -- icon id / first selected line: 2002 / 2002
  287. -- text alignment: 1
  288. -- font id: 0
  289. -- text size: 12
  290. -- style flags: 0
  291. -- line height: 16
  292. -- part name: Client Stack Button
  293. ----- HyperTalk script -----
  294. on mouseUp
  295.   set cursor to 4
  296.   push this card
  297.   visual effect dissolve to white
  298.   visual effect dissolve
  299.   go to stack Clients
  300. end mouseUp
  301.  
  302.  
  303.  
  304. -- part 14 (button)
  305. -- low flags: 00
  306. -- high flags: 2000
  307. -- rect: left=50 top=305 right=335 bottom=82
  308. -- title width / last selected line: 0
  309. -- icon id / first selected line: 29114 / 29114
  310. -- text alignment: 1
  311. -- font id: 0
  312. -- text size: 12
  313. -- style flags: 0
  314. -- line height: 16
  315. -- part name: Return
  316. ----- HyperTalk script -----
  317. on mouseUp
  318.   visual effect wipe left fast to black
  319.   visual effect wipe right fast
  320.   pop card
  321. end mouseUp
  322.  
  323.  
  324.  
  325.  
  326. -- part 15 (button)
  327. -- low flags: 00
  328. -- high flags: 2000
  329. -- rect: left=7 top=183 right=212 bottom=34
  330. -- title width / last selected line: 0
  331. -- icon id / first selected line: 0 / 0
  332. -- text alignment: 1
  333. -- font id: 0
  334. -- text size: 12
  335. -- style flags: 0
  336. -- line height: 16
  337. -- part name: Production Memos
  338. ----- HyperTalk script -----
  339. on mouseUp
  340.   set cursor to 4
  341.   push this card
  342.   visual effect dissolve  to white
  343.   visual effect dissolve
  344.   go to last card in stack Memos
  345.  
  346. end mouseUp
  347.  
  348.  
  349.  
  350. -- part 16 (button)
  351. -- low flags: 00
  352. -- high flags: 2000
  353. -- rect: left=3 top=140 right=177 bottom=40
  354. -- title width / last selected line: 0
  355. -- icon id / first selected line: 18814 / 18814
  356. -- text alignment: 1
  357. -- font id: 0
  358. -- text size: 12
  359. -- style flags: 0
  360. -- line height: 16
  361. -- part name: Call Sheets
  362. ----- HyperTalk script -----
  363. on mouseUp
  364.   set cursor to 4
  365.   push this card
  366.   visual effect dissolve  to white
  367.   visual effect dissolve
  368.   go to last card in stack Call Sheets
  369.  
  370. end mouseUp
  371.  
  372.  
  373.  
  374. -- part 19 (button)
  375. -- low flags: 00
  376. -- high flags: 2000
  377. -- rect: left=3 top=106 right=136 bottom=41
  378. -- title width / last selected line: 0
  379. -- icon id / first selected line: 0 / 0
  380. -- text alignment: 1
  381. -- font id: 0
  382. -- text size: 12
  383. -- style flags: 0
  384. -- line height: 16
  385. -- part name: jobs stack button
  386. ----- HyperTalk script -----
  387. on mouseUp
  388.   set cursor to 4
  389.   push this card
  390.   visual effect dissolve  to white
  391.   visual effect dissolve
  392.   go to last card in stack Job File
  393.  
  394. end mouseUp
  395.  
  396.  
  397.  
  398. -- part 20 (field)
  399. -- low flags: 00
  400. -- high flags: 4000
  401. -- rect: left=106 top=71 right=86 bottom=206
  402. -- title width / last selected line: 0
  403. -- icon id / first selected line: 0 / 0
  404. -- text alignment: 0
  405. -- font id: 3
  406. -- text size: 12
  407. -- style flags: 0
  408. -- line height: 14
  409. -- part name: Job No.
  410.  
  411.  
  412. -- part 21 (field)
  413. -- low flags: 00
  414. -- high flags: 4000
  415. -- rect: left=99 top=86 right=102 bottom=208
  416. -- title width / last selected line: 0
  417. -- icon id / first selected line: 0 / 0
  418. -- text alignment: 0
  419. -- font id: 3
  420. -- text size: 12
  421. -- style flags: 0
  422. -- line height: 14
  423. -- part name: Scene
  424.  
  425.  
  426. -- part 22 (field)
  427. -- low flags: 00
  428. -- high flags: 4000
  429. -- rect: left=91 top=99 right=116 bottom=208
  430. -- title width / last selected line: 0
  431. -- icon id / first selected line: 0 / 0
  432. -- text alignment: 0
  433. -- font id: 3
  434. -- text size: 12
  435. -- style flags: 0
  436. -- line height: 14
  437. -- part name: Date
  438.  
  439.  
  440. -- part 23 (field)
  441. -- low flags: 00
  442. -- high flags: 4000
  443. -- rect: left=116 top=114 right=131 bottom=206
  444. -- title width / last selected line: 0
  445. -- icon id / first selected line: 0 / 0
  446. -- text alignment: 0
  447. -- font id: 3
  448. -- text size: 12
  449. -- style flags: 0
  450. -- line height: 14
  451. -- part name: Director
  452.  
  453.  
  454. -- part 24 (field)
  455. -- low flags: 00
  456. -- high flags: 4000
  457. -- rect: left=110 top=128 right=143 bottom=206
  458. -- title width / last selected line: 0
  459. -- icon id / first selected line: 0 / 0
  460. -- text alignment: 0
  461. -- font id: 3
  462. -- text size: 12
  463. -- style flags: 0
  464. -- line height: 14
  465. -- part name: Camera
  466.  
  467.  
  468. -- part 25 (field)
  469. -- low flags: 00
  470. -- high flags: 4000
  471. -- rect: left=113 top=142 right=158 bottom=206
  472. -- title width / last selected line: 0
  473. -- icon id / first selected line: 0 / 0
  474. -- text alignment: 0
  475. -- font id: 3
  476. -- text size: 12
  477. -- style flags: 0
  478. -- line height: 14
  479. -- part name: Sound
  480.  
  481.  
  482. -- part 27 (field)
  483. -- low flags: 00
  484. -- high flags: 4000
  485. -- rect: left=283 top=60 right=117 bottom=501
  486. -- title width / last selected line: 0
  487. -- icon id / first selected line: 0 / 0
  488. -- text alignment: 0
  489. -- font id: 3
  490. -- text size: 12
  491. -- style flags: 0
  492. -- line height: 14
  493. -- part name: Name and Address
  494.  
  495.  
  496. -- part 31 (field)
  497. -- low flags: 00
  498. -- high flags: 4000
  499. -- rect: left=283 top=117 right=133 bottom=501
  500. -- title width / last selected line: 0
  501. -- icon id / first selected line: 0 / 0
  502. -- text alignment: 0
  503. -- font id: 3
  504. -- text size: 12
  505. -- style flags: 0
  506. -- line height: 14
  507. -- part name: Phone
  508.  
  509.  
  510. -- part 32 (field)
  511. -- low flags: 00
  512. -- high flags: 4000
  513. -- rect: left=314 top=131 right=147 bottom=386
  514. -- title width / last selected line: 0
  515. -- icon id / first selected line: 0 / 0
  516. -- text alignment: 0
  517. -- font id: 3
  518. -- text size: 12
  519. -- style flags: 0
  520. -- line height: 14
  521. -- part name: Arrive
  522.  
  523.  
  524. -- part 33 (field)
  525. -- low flags: 00
  526. -- high flags: 4000
  527. -- rect: left=436 top=130 right=148 bottom=500
  528. -- title width / last selected line: 0
  529. -- icon id / first selected line: 0 / 0
  530. -- text alignment: 0
  531. -- font id: 3
  532. -- text size: 12
  533. -- style flags: 0
  534. -- line height: 14
  535. -- part name: Wrap
  536.  
  537.  
  538. -- part 34 (field)
  539. -- low flags: 00
  540. -- high flags: 4000
  541. -- rect: left=283 top=145 right=161 bottom=501
  542. -- title width / last selected line: 0
  543. -- icon id / first selected line: 0 / 0
  544. -- text alignment: 0
  545. -- font id: 3
  546. -- text size: 12
  547. -- style flags: 0
  548. -- line height: 14
  549. -- part name: Security
  550. ----- HyperTalk script -----
  551.  
  552.  
  553.  
  554.  
  555.  
  556. -- part 35 (field)
  557. -- low flags: 00
  558. -- high flags: 4000
  559. -- rect: left=50 top=170 right=219 bottom=501
  560. -- title width / last selected line: 0
  561. -- icon id / first selected line: 0 / 0
  562. -- text alignment: 0
  563. -- font id: 3
  564. -- text size: 12
  565. -- style flags: 0
  566. -- line height: 16
  567. -- part name: Directions
  568.  
  569.  
  570. -- part 36 (field)
  571. -- low flags: 00
  572. -- high flags: 4000
  573. -- rect: left=152 top=225 right=241 bottom=228
  574. -- title width / last selected line: 0
  575. -- icon id / first selected line: 0 / 0
  576. -- text alignment: 0
  577. -- font id: 3
  578. -- text size: 12
  579. -- style flags: 0
  580. -- line height: 14
  581. -- part name: Loading Ramp
  582.  
  583.  
  584. -- part 37 (field)
  585. -- low flags: 00
  586. -- high flags: 4000
  587. -- rect: left=273 top=225 right=240 bottom=324
  588. -- title width / last selected line: 0
  589. -- icon id / first selected line: 0 / 0
  590. -- text alignment: 0
  591. -- font id: 3
  592. -- text size: 12
  593. -- style flags: 0
  594. -- line height: 14
  595. -- part name: Floor
  596.  
  597.  
  598. -- part 38 (field)
  599. -- low flags: 00
  600. -- high flags: 4000
  601. -- rect: left=380 top=225 right=242 bottom=498
  602. -- title width / last selected line: 0
  603. -- icon id / first selected line: 0 / 0
  604. -- text alignment: 0
  605. -- font id: 3
  606. -- text size: 12
  607. -- style flags: 0
  608. -- line height: 14
  609. -- part name: Noise
  610.  
  611.  
  612. -- part 39 (field)
  613. -- low flags: 00
  614. -- high flags: 4000
  615. -- rect: left=97 top=239 right=255 bottom=498
  616. -- title width / last selected line: 0
  617. -- icon id / first selected line: 0 / 0
  618. -- text alignment: 0
  619. -- font id: 3
  620. -- text size: 12
  621. -- style flags: 0
  622. -- line height: 14
  623. -- part name: Props Needed
  624.  
  625.  
  626. -- part 40 (field)
  627. -- low flags: 00
  628. -- high flags: 4000
  629. -- rect: left=179 top=253 right=269 bottom=499
  630. -- title width / last selected line: 0
  631. -- icon id / first selected line: 0 / 0
  632. -- text alignment: 0
  633. -- font id: 3
  634. -- text size: 12
  635. -- style flags: 0
  636. -- line height: 14
  637. -- part name: Existing Lighting:
  638.  
  639.  
  640. -- part 41 (field)
  641. -- low flags: 00
  642. -- high flags: 4000
  643. -- rect: left=165 top=267 right=283 bottom=241
  644. -- title width / last selected line: 0
  645. -- icon id / first selected line: 0 / 0
  646. -- text alignment: 0
  647. -- font id: 3
  648. -- text size: 12
  649. -- style flags: 0
  650. -- line height: 14
  651. -- part name: Available Amps
  652.  
  653.  
  654. -- part 42 (field)
  655. -- low flags: 00
  656. -- high flags: 4000
  657. -- rect: left=316 top=266 right=282 bottom=392
  658. -- title width / last selected line: 0
  659. -- icon id / first selected line: 0 / 0
  660. -- text alignment: 0
  661. -- font id: 3
  662. -- text size: 12
  663. -- style flags: 0
  664. -- line height: 14
  665. -- part name: Cable Run
  666.  
  667.  
  668. -- part 43 (field)
  669. -- low flags: 00
  670. -- high flags: 4000
  671. -- rect: left=430 top=265 right=281 bottom=499
  672. -- title width / last selected line: 0
  673. -- icon id / first selected line: 0 / 0
  674. -- text alignment: 0
  675. -- font id: 3
  676. -- text size: 12
  677. -- style flags: 0
  678. -- line height: 14
  679. -- part name: Generator:
  680.  
  681.  
  682. -- part 44 (field)
  683. -- low flags: 00
  684. -- high flags: 4000
  685. -- rect: left=113 top=279 right=296 bottom=502
  686. -- title width / last selected line: 0
  687. -- icon id / first selected line: 0 / 0
  688. -- text alignment: 0
  689. -- font id: 3
  690. -- text size: 12
  691. -- style flags: 0
  692. -- line height: 14
  693. -- part name: Special Effects:
  694.  
  695.  
  696. -- part 45 (field)
  697. -- low flags: 00
  698. -- high flags: 4000
  699. -- rect: left=113 top=293 right=310 bottom=501
  700. -- title width / last selected line: 0
  701. -- icon id / first selected line: 0 / 0
  702. -- text alignment: 0
  703. -- font id: 3
  704. -- text size: 12
  705. -- style flags: 0
  706. -- line height: 16
  707. -- part name: Remarks
  708.  
  709.  
  710. -- part 50 (button)
  711. -- low flags: 00
  712. -- high flags: 2000
  713. -- rect: left=1 top=23 right=55 bottom=42
  714. -- title width / last selected line: 0
  715. -- icon id / first selected line: 0 / 0
  716. -- text alignment: 1
  717. -- font id: 0
  718. -- text size: 12
  719. -- style flags: 0
  720. -- line height: 16
  721. -- part name: filmpro
  722. ----- HyperTalk script -----
  723. on mouseUp
  724.   set cursor to 4
  725.   push this card
  726.   visual effect dissolve to white
  727.   visual effect dissolve
  728.   go to card id 2844 of stack "FilmPro "
  729. end mouseUp
  730.  
  731.  
  732.  
  733.  
  734. -- part 51 (button)
  735. -- low flags: 00
  736. -- high flags: 2000
  737. -- rect: left=4 top=299 right=333 bottom=40
  738. -- title width / last selected line: 0
  739. -- icon id / first selected line: 17343 / 17343
  740. -- text alignment: 1
  741. -- font id: 0
  742. -- text size: 12
  743. -- style flags: 0
  744. -- line height: 16
  745. -- part name: Application
  746. ----- HyperTalk script -----
  747. on mouseUp
  748.   play harpsichord
  749.   ask "Which application would you like to open?"
  750.   if it is not empty then
  751.     suspend
  752.     open it
  753.   else if it is empty then
  754.     exit mouseup
  755.   end if
  756.  
  757. end mouseUp
  758.  
  759.  
  760.  
  761. -- part 49 (button)
  762. -- low flags: 00
  763. -- high flags: 2000
  764. -- rect: left=390 top=23 right=59 bottom=423
  765. -- title width / last selected line: 0
  766. -- icon id / first selected line: 1004 / 1004
  767. -- text alignment: 1
  768. -- font id: 0
  769. -- text size: 12
  770. -- style flags: 0
  771. -- line height: 16
  772. -- part name: Letter
  773. ----- HyperTalk script -----
  774. on mouseup
  775.   get the loc of bkgnd field "sound"
  776.   click at it
  777.   tabkey
  778.   if bkgnd field "name and address" is empty then
  779.     play harpsichord
  780.     answer "There is no Address to copy."
  781.     exit mouseup
  782.   end if
  783.   domenu "copy text"
  784.   play harpsichord
  785.   ask "Which Word Processing Program?"
  786.   if it is not empty then
  787.     open it
  788.   else if it is empty then
  789.     exit mouseup
  790.   end if
  791. end mouseup
  792.  
  793.  
  794.  
  795. -- part 47 (field)
  796. -- low flags: 80
  797. -- high flags: 0001
  798. -- rect: left=208 top=24 right=58 bottom=502
  799. -- title width / last selected line: 0
  800. -- icon id / first selected line: 0 / 0
  801. -- text alignment: 0
  802. -- font id: 3
  803. -- text size: 12
  804. -- style flags: 0
  805. -- line height: 16
  806. -- part name: hidden keywords
  807.  
  808.  
  809. -- part 52 (field)
  810. -- low flags: 81
  811. -- high flags: 0001
  812. -- rect: left=0 top=0 right=342 bottom=45
  813. -- title width / last selected line: 0
  814. -- icon id / first selected line: 0 / 0
  815. -- text alignment: 0
  816. -- font id: 3
  817. -- text size: 12
  818. -- style flags: 0
  819. -- line height: 16
  820. -- part name: hide left
  821.  
  822.  
  823. -- part 53 (field)
  824. -- low flags: 81
  825. -- high flags: 0001
  826. -- rect: left=44 top=0 right=25 bottom=512
  827. -- title width / last selected line: 0
  828. -- icon id / first selected line: 0 / 0
  829. -- text alignment: 0
  830. -- font id: 3
  831. -- text size: 12
  832. -- style flags: 0
  833. -- line height: 16
  834. -- part name: hide top
  835.  
  836.  
  837. -- part 54 (field)
  838. -- low flags: 81
  839. -- high flags: 0001
  840. -- rect: left=500 top=22 right=336 bottom=512
  841. -- title width / last selected line: 0
  842. -- icon id / first selected line: 0 / 0
  843. -- text alignment: 0
  844. -- font id: 3
  845. -- text size: 12
  846. -- style flags: 0
  847. -- line height: 16
  848. -- part name: hide right
  849.  
  850.  
  851. -- part 55 (field)
  852. -- low flags: 81
  853. -- high flags: 0001
  854. -- rect: left=40 top=317 right=342 bottom=512
  855. -- title width / last selected line: 0
  856. -- icon id / first selected line: 0 / 0
  857. -- text alignment: 0
  858. -- font id: 3
  859. -- text size: 12
  860. -- style flags: 0
  861. -- line height: 16
  862. -- part name: hide bottom
  863.  
  864.  
  865. -- part 56 (field)
  866. -- low flags: 80
  867. -- high flags: 0001
  868. -- rect: left=206 top=24 right=58 bottom=503
  869. -- title width / last selected line: 0
  870. -- icon id / first selected line: 0 / 0
  871. -- text alignment: 1
  872. -- font id: 3
  873. -- text size: 12
  874. -- style flags: 256
  875. -- line height: 24
  876. -- part name: print title
  877.  
  878.  
  879. -- part 57 (field)
  880. -- low flags: 80
  881. -- high flags: 0000
  882. -- rect: left=0 top=0 right=342 bottom=512
  883. -- title width / last selected line: 0
  884. -- icon id / first selected line: 0 / 0
  885. -- text alignment: 0
  886. -- font id: 3
  887. -- text size: 12
  888. -- style flags: 0
  889. -- line height: 16
  890. -- part name: fix screen
  891. ----- HyperTalk script -----
  892. on mousewithin
  893.  
  894.   hide bkgnd field "fix screen"
  895.   hide bkgnd field "hide left"
  896.   hide bkgnd field "hide top"
  897.   hide bkgnd field "hide right"
  898.   hide bkgnd field "hide bottom"
  899.   show bkgnd button "return"
  900.   show bkgnd button "prev"
  901.   show bkgnd button "next"
  902.   show bkgnd button "print card"
  903.   hide bkgnd field "print title"
  904.   put empty into bkgnd field "print title"
  905. end mousewithin
  906.  
  907.  
  908. -- part 58 (button)
  909. -- low flags: 00
  910. -- high flags: A003
  911. -- rect: left=114 top=311 right=333 bottom=214
  912. -- title width / last selected line: 0
  913. -- icon id / first selected line: 0 / 0
  914. -- text alignment: 1
  915. -- font id: 0
  916. -- text size: 12
  917. -- style flags: 0
  918. -- line height: 16
  919. -- part name: Print Card
  920. ----- HyperTalk script -----
  921. on mouseUp
  922.   ask "Name of Production Company or Unit"
  923.   if it is empty then exit mouseup
  924.   else if it is not empty then
  925.     put it into bkgnd field "print title"
  926.     set lockscreen to true
  927.     set cursor to 4
  928.     hide bkgnd button "print card"
  929.     show bkgnd field "fix screen"
  930.     show bkgnd field "hide left"
  931.     show bkgnd field "hide top"
  932.     show bkgnd field "hide right"
  933.     show bkgnd field "hide bottom"
  934.     hide bkgnd button "return"
  935.     hide bkgnd button "prev"
  936.     hide bkgnd button "next"
  937.     show bkgnd field "print title"
  938.     domenu "print card"
  939.     hide bkgnd field "fix screen"
  940.     hide bkgnd field "hide left"
  941.     hide bkgnd field "hide top"
  942.     hide bkgnd field "hide right"
  943.     hide bkgnd field "hide bottom"
  944.     show bkgnd button "return"
  945.     show bkgnd button "prev"
  946.     show bkgnd button "next"
  947.     hide bkgnd field "print title"
  948.     show bkgnd button "print card"
  949.     put empty into bkgnd field "print title"
  950.     set lockscreen to false
  951.   end if
  952. end mouseUp
  953.  
  954.